Pagination Workaround
November 23, 2009 · 97 views · 0 comments
Nearby In Time
Inventory Loss
November 22, 2009
Discovering MySQL Bugs
November 23, 2009
Lightweight Vendors
November 23, 2009
PDO thinks integers are strings
November 23, 2009
Pagination Workaround
November 23, 2009
Web Interface via jQuery
November 24, 2009
jQuery with Flexigrid
November 24, 2009
unmagic quotes
November 25, 2009
Hooking into events
November 27, 2009
About
I've tried many attempts to working around the PDO integer problem such as direct binding, casting strings as integers, and working with stored procedures. The end result was not something that I like, in that it involved me going back to the basics and doing some manual string replacement. It works, but I'm not happy with it. In other news, I'm looking at using a price tag object I made a while back to dynamically show both the price and permissions above each item. I need to setup a texture to page results, get a note card, or tie-in gifting options. From Dedric Mauriac via bloghud.com